登入
Computer Science for IGCSE & O level - Boolean Logic (Section 5 - No. 1)
If A = 1, B = 0, and C = 1. What would be the output for the expression: Y = (A AND B) OR C ?
0
1
A
B
解释
(1 AND 0) OR 1 simplifies to (0) OR 1 = 1
评论 (0)
登录发表评论
广告
允许 javascript 正确加载此页面